home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Game Mania 2
/
CD Game Mania Vol II.iso
/
game2
/
solar
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-08-23
|
1KB
|
57 lines
echo off
cls
echo:
echo:
echo:
echo INSTALLATION ROUTINE PROVIDED BY MARCOM COMPUTER SERVICES !!
echo:
echo ENJOY your software, and don't forget;
echo:
echo For Technical assistance of over 1000 titles call:
echo:
echo (416) 638-4411
echo:
echo:
echo:
echo:
echo:
echo:
pause
if x%1==x goto noparm
if x%2==x goto noparm
echo .
echo .
echo Please wait... (This process could take a little while)
echo .
MKDIR %2\solar
%2
CD %2\solar
%1\solar~1
copy %1\start.bat %2
copy %1\memory.bat %2
copy %1\memory.txt %2
cls
echo:
echo:
echo:
echo:
%1\solar~2
cls
echo .
echo .
echo The program has been copied over to the drive %2
echo .
echo Installion complete. Type SOLAR1 at the DOS prompt to begin !!
echo .
echo If you have an "OUT OF MEMORY" problem, type MEMORY at the DOS prompt.
echo:
echo:
pause
goto end1
:noparm
echo INVALID FORMAT!
echo .
echo Type INSTALL (drive with ORIGINAL disk) (hard disk)
echo Example: INSTALL A: C:
:end1